Improve message with unspecified install target.
authorBrandon Sanderson <bas.bsanders@gmail.com>
Mon, 30 Nov 2015 18:26:47 +0000 (10:26 -0800)
committerBrandon Sanderson <bas.bsanders@gmail.com>
Mon, 30 Nov 2015 18:26:47 +0000 (10:26 -0800)
commit216fc78c5aa88c82907d12573949f1656bec100a
tree994c2f4aec81901b5c98a68697e30e2ef84198b5
parentb6cc27afd54b239d56cbd7b536a409af15908dff
Improve message with unspecified install target.

When the crate to install is unspecified, we should really inform users about
where they can install from (other than crates.io).  This makes the message mention --path
and --git so that people know they exist.
src/cargo/ops/cargo_install.rs
tests/test_cargo_install.rs